ComponentOne ASP.NET MVC Controls
SmoothingPeriod Method (StochasticBuilder<T>)

C1.Web.Mvc.Finance.Fluent Namespace > StochasticBuilder<T> Class : SmoothingPeriod Method
The value.
Configurates C1.Web.Mvc.Finance.Stochastic<T>.SmoothingPeriod. Sets the smoothing period for full %K.
Syntax
'Declaration
 
Public Function SmoothingPeriod( _
   ByVal value As Double _
) As StochasticBuilder(Of T)
public StochasticBuilder<T> SmoothingPeriod( 
   double value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

StochasticBuilder<T> Class
StochasticBuilder<T> Members